Platform Explorer / Nuxeo Platform 6.0

Operation Seam.GetSelectedDocuments (UI Selected documents)

Description

Fetch the documents selected in the current folder listing
Operation id Seam.GetSelectedDocuments
Category Fetch
Label UI Selected documents
Requires Seam
Since

Parameters

No parameters.

Signature

Inputs void
Outputs documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.jsf.operations.GetSelectedDocuments
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "Seam.GetSelectedDocuments",
  "label" : "UI Selected documents",
  "category" : "Fetch",
  "requires" : "Seam",
  "description" : "Fetch the documents selected in the current folder listing",
  "url" : "Seam.GetSelectedDocuments",
  "signature" : [ "void", "documents" ],
  "params" : [ ]
}